home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / Candles.dxr / 00006_click on TABS.ls < prev    next >
Encoding:
Text File  |  1998-12-16  |  199 b   |  8 lines

  1. on mouseDown me
  2.   if the locV of sprite the spriteNum of me = 314 then
  3.     set the locV of sprite the spriteNum of me to 617
  4.   else
  5.     set the locV of sprite the spriteNum of me to 314
  6.   end if
  7. end
  8.